home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / general / siterang.hqx / Site Ranger ƒ / Version History < prev   
Encoding:
Text File  |  1999-04-30  |  3.2 KB  |  33 lines

  1. Site Ranger version history
  2.  
  3. version 1.1.2
  4.  
  5.     Ñ Site Ranger now recognizes anchors starting with characters other than letters.  While HTML specs (see section 6.2 of the HTML 4.0 specs) require that NAME attributes (used to set anchors) start with characters in the set [A-Za-z], most browsers won't complain about it.  Now, Site Ranger won't either.
  6.     Ñ Fixed a bug that could fail to correctly handle low-memory conditions when resizing the site window, causing strange behavior such as an unresized list within a resized window.
  7.     Ñ Reduced memory requirements in conditions where a site window was displayed on a monitor set to greater than 8-bit color (ie, more than 256 colors).
  8.     Ñ Site Ranger now ignores links found in comment tags -- for example, if you commented out a tag using code like <!--IMG SRC="junk.gif"-->, Site Ranger will no longer see that link.
  9.  
  10. version 1.1.1
  11.  
  12.     Ñ Fixed a bug that could cause errors with the open, save and select folder dialogs on machines without the Appearance Manager installed.
  13.  
  14. version 1.1
  15.  
  16.     Ñ Site Ranger now recognizes links without quotes (for example, <IMG SRC=image.gif>), but with some restrictions -- such links may only contain the characters #%-./:_~ or alphanumeric characters.  Even this is broader than the HTML 4.0 specs, which require that any quoteless attribute values contain only the characters .-:_ in addition to alphanumeric characters, which does not leave room for the / character required by URLs.  Technically, URLs are not allowed in quoteless attributes.
  17.     Ñ Improved handling of the about box, reducing memory requirements and improving error handling in case the about box can't be displayed.
  18.     Ñ Fixed a bug with the about box where the scrolling list could shift to a strange position after a click in a site window while the about box was open.
  19.     Ñ Site Ranger now recognizes absolute URLs that lie within your site as being local during link checking.
  20.     Ñ URLs starting with '/', which should be relative to the root of the site, are now treated correctly.  If the site's root is NOT within your site folder, such links are ignored during link checking.  (For example, if your site folder's base URL -- specified in Site Settings under Site Info -- is located at <http://www.me.com/~abc/>, a URL "/test.html" would be at <http://www.me.com/test.html> and thus is not within the scope of your site.)
  21.     Ñ Base document URLs (specified with a <BASE HREF="..."> tag in the HTML header) are now recognized, and URLs in files with base URLs specified are handled appropriately.
  22.     Ñ Default file names can now be specified, and URLs ending in '/' will have that name appended to them when being checked or modified.  (Note that a URL that is correct while being checked will not be modified to add the default file name.)
  23.     Ñ Relative URLs indicating files outside the site folder are now ignored during link checking.
  24.     Ñ Fixed a bug that could hide portions of fields in the Site Settings dialog.
  25.     Ñ Fixed a bug that could cause invisible files (such as custom icon files) to be visible in file lists, uploaded to the server, etc.
  26.  
  27. version 1.0.1
  28.  
  29.     Ñ Fixed issue where the folder heirarchy pop-up was not visible for selecting a folder on creating a new site if Navigation Services was unavailable.
  30.  
  31. version 1.0
  32.  
  33.     Ñ Initial release